home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Graphics / Random Graphics / Lost in Space!! / card_2498.txt < prev    next >
Encoding:
Text File  |  1988-04-24  |  1.1 KB  |  60 lines

  1. -- card: 2498 from stack: in
  2. -- bmap block id: 6145
  3. -- flags: 0000
  4. -- background id: 2098
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on opencard
  8.   hide menubar
  9.   put the ticks into timeout
  10.   repeat
  11.     if (the ticks - timeout) is 250 then
  12.       put "Click on the largest planet to start"
  13.       wait 4 seconds
  14.       hide msg
  15.       exit opencard
  16.     end if
  17.   end repeat
  18. end opencard
  19.  
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=234 top=118 right=135 bottom=256
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: 
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   visual effect zoom open
  37.   go to card id 4352 of stack "Lost in Space!!"
  38. end mouseUp
  39.  
  40.  
  41.  
  42.  
  43. -- part 3 (button)
  44. -- low flags: 00
  45. -- high flags: 0000
  46. -- rect: left=28 top=145 right=158 bottom=42
  47. -- title width / last selected line: 0
  48. -- icon id / first selected line: 0 / 0
  49. -- text alignment: 1
  50. -- font id: 0
  51. -- text size: 12
  52. -- style flags: 0
  53. -- line height: 16
  54. -- part name: 
  55. ----- HyperTalk script -----
  56. on mouseUp
  57.   go home
  58. end mouseUp
  59.  
  60.